projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3b4b36
)
* font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
author
Adrian Robert
<Adrian.B.Robert@gmail.com>
Wed, 23 Sep 2009 02:35:54 +0000
(
02:35
+0000)
committer
Adrian Robert
<Adrian.B.Robert@gmail.com>
Wed, 23 Sep 2009 02:35:54 +0000
(
02:35
+0000)
src/font.c
patch
|
blob
|
history
diff --git
a/src/font.c
b/src/font.c
index 6619abe6081923aabe2113d7bc20e7b7a7ec5d5f..1cd596b913991e07d87cda7e2e224fac6755b37d 100644
(file)
--- a/
src/font.c
+++ b/
src/font.c
@@
-56,11
+56,7
@@
Lisp_Object Qopentype;
/* Important character set strings. */
Lisp_Object Qascii_0, Qiso8859_1, Qiso10646_1, Qunicode_bmp, Qunicode_sip;
-#ifdef HAVE_NS
-#define DEFAULT_ENCODING Qiso10646_1
-#else
#define DEFAULT_ENCODING Qiso8859_1
-#endif
/* Unicode category `Cf'. */
static Lisp_Object QCf;